/*
 * @Author: omtech.cn
 * @Date: 2019-07-09 16:19:54
 * @Last Modified by:   adminomt
 * @Last Modified time: 2020-09-08 18:47:14
 */

@charset "utf-8";

/* reset */
/* *,*:before,*:after { -webkit-transition: .5s; transition: .5s; } */
body {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	color: #333;
	/* overflow-x: hidden; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	padding: 0;
	margin: 0;
}

input,
select,
button,
textarea {
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

/* a:hover {
	text-decoration: underline;
	color: #fa5801;
} */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

li {
	list-style: none;
}

small,
.small {
	font-size: 12px;
}

big,
.big {
	font-size: 18px;
}

.b {
	font-weight: bold;
}

:focus {
	outline: 0;
}

/*transition*/
.trans-none,
.trans-none ul {
	-webkit-transition: none;
	transition: none;
}

.trans-add,
.trans-add ul {
	-webkit-transition: .5s;
	transition: .5s;
}

/* common */
.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
	/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	font-size: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.po-r {
	position: relative;
}

.po-a {
	position: absolute;
}

.of {
	overflow: hidden;
}

.ofa {
	overflow: auto;
}

.ofv {
	overflow: visible !important;
}

.pop {
	position: relative;
}

.popfix {
	position: absolute;
	display: none;
}

.block {
	display: block;
	width: 100%;
	height: 100%;
}

.db {
	display: block;
}

.dn {
	display: none;
}

.dib {
	display: inline-block;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.w1290 {
	width: 1290px;
	margin: 0 auto;
}

.w1318 {
	width: 1318px;
	margin: 0 auto;
}

.w1700 {
	width: 1700px;
	margin: 0 auto;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb130 {
	margin-bottom: 130px;
}

.mr15 {
	margin-right: 15px;
}
.mr6 {
	margin-right: 6px;
}

.aline {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lines2 {
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lines3 {
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bgn {
	background: none !important;
	background-color: unset !important;
}
